-
-
Notifications
You must be signed in to change notification settings - Fork 54
[Platform] Add ElevenLabs as platform #292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
4d17e07
to
2abb1b5
Compare
src/platform/src/Bridge/ElevenLabs/ElevenLabsResultConverter.php
Outdated
Show resolved
Hide resolved
src/platform/src/Contract/Normalizer/Message/Content/AudioNormalizer.php
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was a bit in a hurry but left some comments - definitely looking forward to play around with it - thanks for working on it! 🙏
2abb1b5
to
85fae76
Compare
a2e3bcf
to
dbd8dfe
Compare
c1b3ae4
to
ee43d7b
Compare
7b6ea03
to
21168a7
Compare
80ce402
to
39d0084
Compare
BTW, this PR does not include all the features exposed by EL, I will probably bring more of them once its merged, the STT and TTS are enough for now 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only getting started myself to play around with elevenlabs, but we're almost good to merge as a start.
src/platform/src/Bridge/ElevenLabs/ElevenLabsResultConverter.php
Outdated
Show resolved
Hide resolved
39d0084
to
2d23c35
Compare
996a190
to
9dfcb90
Compare
9dfcb90
to
4e61e81
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this @Guikingone - looks good now 👍
Thank you @Guikingone. |
Hi 👋🏻
As discussed in #263,
ElevenLabs
can be more than just a tool for agents, the idea of a platform was discussed so here it is.PS: Both TTS and STT examples are working "as expected" (the TTS one generate a file as we can't run the file).